projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ed3f3
)
;* src/fns.c (concat_strings): Add missing space.
author
Andrea Corallo
<akrl@sdf.org>
Tue, 25 Jan 2022 21:05:05 +0000
(22:05 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 25 Jan 2022 21:05:05 +0000
(22:05 +0100)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 13b2cf944bf73889cdfa3b2d72d2ad580c85d2ff..87237f3b5e46057ac5b9418fd1a005c3462cb4b2 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-848,7
+848,7
@@
concat_strings (ptrdiff_t nargs, Lisp_Object *args)
if (dest_multibyte && some_unibyte)
{
/* Non-ASCII characters in unibyte strings take two bytes when
- converted to multibyte -- count them and adjust the total. */
+ converted to multibyte -- count them and adjust the total.
*/
for (ptrdiff_t i = 0; i < nargs; i++)
{
Lisp_Object arg = args[i];